Skip to content

Commit c45eb3a

Browse files
committed
Bump dependency versions
Related to cdevents#38 Signed-off-by: Andres Almiray <[email protected]>
1 parent 3055c23 commit c45eb3a

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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>

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
<cloudevents.version>2.3.0</cloudevents.version>
2626
<junit-jupiter.version>5.8.2</junit-jupiter.version>
2727
<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>
3131
<packageurl.version>1.4.1</packageurl.version>
32+
<commons-lang3.version>3.14.0</commons-lang3.version>
3233
<project.github.repository>cdevents/sdk-java</project.github.repository>
3334
<nexus.url>https://s01.oss.sonatype.org</nexus.url>
3435
<repository.url>[email protected]:${project.github.repository}.git</repository.url>

sdk/pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@
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>

0 commit comments

Comments
 (0)