Skip to content

Commit a5603d9

Browse files
ludochgae-java-bot
authored andcommitted
Update versions to comply with new version policies.
PiperOrigin-RevId: 739394701 Change-Id: I3d365ddc5fe747280cdb62d6e472485b4193e10e
1 parent 1303e20 commit a5603d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

applications/proberapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>com.mysql</groupId>
172172
<artifactId>mysql-connector-j</artifactId>
173-
<version>8.4.0</version>
173+
<version>9.2.0</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.apache.httpcomponents</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@
676676
<dependency>
677677
<groupId>org.json</groupId>
678678
<artifactId>json</artifactId>
679-
<version>20240303</version>
679+
<version>20250107</version>
680680
</dependency>
681681
<dependency>
682682
<groupId>commons-codec</groupId>

runtime/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.awaitility</groupId>
118118
<artifactId>awaitility</artifactId>
119-
<version>4.2.2</version>
119+
<version>4.3.0</version>
120120
<scope>test</scope>
121121
</dependency>
122122
</dependencies>

0 commit comments

Comments
 (0)