File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >org.apache.commons</groupId >
48
48
<artifactId >commons-lang3</artifactId >
49
- <version >3.12.0 </version >
49
+ <version >${commons-lang3.version} </version >
50
50
</dependency >
51
51
52
52
<dependency >
Original file line number Diff line number Diff line change 25
25
<cloudevents .version>2.3.0</cloudevents .version>
26
26
<junit-jupiter .version>5.8.2</junit-jupiter .version>
27
27
<assertj-core .version>3.22.0</assertj-core .version>
28
- <jackson .version>2.15.0 </jackson .version>
29
- <slf4j .version>2.0.7 </slf4j .version>
30
- <json .schema.version>1.0.80 </json .schema.version>
28
+ <jackson .version>2.16.1 </jackson .version>
29
+ <slf4j .version>2.0.9 </slf4j .version>
30
+ <json .schema.version>1.3.2 </json .schema.version>
31
31
<packageurl .version>1.4.1</packageurl .version>
32
+ <commons-lang3 .version>3.14.0</commons-lang3 .version>
32
33
<project .github.repository>cdevents/sdk-java</project .github.repository>
33
34
<nexus .url>https://s01.oss.sonatype.org</nexus .url>
34
35
<
repository .url>
[email protected] :
${project.github.repository} .git</
repository .url>
Original file line number Diff line number Diff line change 45
45
<version >${json.schema.version} </version >
46
46
</dependency >
47
47
48
+ <!-- explicitly listed to bump version -->
49
+ <dependency >
50
+ <groupId >com.ethlo.time</groupId >
51
+ <artifactId >itu</artifactId >
52
+ <version >1.10.1</version >
53
+ </dependency >
54
+
55
+ <!-- explicitly listed to bump version -->
56
+ <dependency >
57
+ <groupId >org.apache.commons</groupId >
58
+ <artifactId >commons-lang3</artifactId >
59
+ <version >${commons-lang3.version} </version >
60
+ </dependency >
61
+
48
62
<dependency >
49
63
<groupId >org.slf4j</groupId >
50
64
<artifactId >slf4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments