File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >org.apache.commons</groupId >
4848 <artifactId >commons-lang3</artifactId >
49- <version >3.12.0 </version >
49+ <version >${commons-lang3.version} </version >
5050 </dependency >
5151
5252 <dependency >
Original file line number Diff line number Diff line change 2626 <cloudevents .version>2.3.0</cloudevents .version>
2727 <junit-jupiter .version>5.8.2</junit-jupiter .version>
2828 <assertj-core .version>3.22.0</assertj-core .version>
29- <jackson .version>2.15.0 </jackson .version>
30- <slf4j .version>2.0.7 </slf4j .version>
31- <json .schema.version>1.0.80 </json .schema.version>
29+ <jackson .version>2.16.1 </jackson .version>
30+ <slf4j .version>2.0.9 </slf4j .version>
31+ <json .schema.version>1.3.2 </json .schema.version>
3232 <packageurl .version>1.4.1</packageurl .version>
33+ <commons-lang3 .version>3.14.0</commons-lang3 .version>
3334 <project .github.repository>cdevents/sdk-java</project .github.repository>
3435 <nexus .url>https://s01.oss.sonatype.org</nexus .url>
3536 <
repository .url>
[email protected] :
${project.github.repository} .git</
repository .url>
Original file line number Diff line number Diff line change 4545 <version >${json.schema.version} </version >
4646 </dependency >
4747
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+
4862 <dependency >
4963 <groupId >org.slf4j</groupId >
5064 <artifactId >slf4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments