Skip to content

Commit a57294d

Browse files
committed
Dependency and plugin upgrades
1 parent 49f1f19 commit a57294d

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version:
19-
- { java: 17, gradle: '8.9' } # AGP Java 8 => Gradle 7.6.4 (MavenPlugin legacy)
19+
- { java: 17, gradle: '8.13' } # AGP Java 8 => Gradle 7.6.4 (MavenPlugin legacy)
2020
steps:
2121
- name: Setup Maven Action
2222
uses: s4u/setup-maven-action@v1.18.0

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5353
<java.version>17</java.version>
5454
<gradle-api.version>8.11.1</gradle-api.version>
55-
<gson.version>2.11.0</gson.version>
55+
<gson.version>2.13.2</gson.version>
5656
<moshi.version>1.15.2</moshi.version>
5757
<jackson.version>2.21.0</jackson.version>
5858
<mockito.version>5.21.0</mockito.version>
5959
<jackson3.version>3.0.2</jackson3.version>
60-
<maven.plugin.plugin.version>3.8.1</maven.plugin.plugin.version>
60+
<maven.plugin.plugin.version>3.15.2</maven.plugin.plugin.version>
6161
</properties>
6262

6363
<reporting>
@@ -73,7 +73,7 @@
7373
</plugin>
7474
<plugin>
7575
<artifactId>maven-compiler-plugin</artifactId>
76-
<version>3.14.1</version>
76+
<version>3.15.0</version>
7777
</plugin>
7878
<plugin>
7979
<artifactId>maven-dependency-plugin</artifactId>
@@ -403,7 +403,7 @@
403403
<dependency>
404404
<groupId>net.bytebuddy</groupId>
405405
<artifactId>byte-buddy-parent</artifactId>
406-
<version>1.17.7</version>
406+
<version>1.18.4</version>
407407
<type>pom</type>
408408
<scope>import</scope>
409409
</dependency>
@@ -450,7 +450,7 @@
450450
<dependency>
451451
<groupId>commons-codec</groupId>
452452
<artifactId>commons-codec</artifactId>
453-
<version>1.20.0</version>
453+
<version>1.21.0</version>
454454
<scope>test</scope>
455455
</dependency>
456456
<dependency>
@@ -481,7 +481,7 @@
481481
<dependency>
482482
<groupId>jakarta.validation</groupId>
483483
<artifactId>jakarta.validation-api</artifactId>
484-
<version>3.0.2</version>
484+
<version>3.1.1</version>
485485
</dependency>
486486
<dependency>
487487
<groupId>joda-time</groupId>
@@ -491,7 +491,7 @@
491491
<dependency>
492492
<groupId>org.slf4j</groupId>
493493
<artifactId>slf4j-simple</artifactId>
494-
<version>1.7.36</version>
494+
<version>2.0.17</version>
495495
<scope>test</scope>
496496
</dependency>
497497
<dependency>
@@ -523,7 +523,7 @@
523523
<dependency>
524524
<groupId>org.apache.maven</groupId>
525525
<artifactId>maven-plugin-api</artifactId>
526-
<version>3.9.11</version>
526+
<version>3.9.12</version>
527527
<scope>provided</scope>
528528
</dependency>
529529
<dependency>
@@ -535,7 +535,7 @@
535535
<dependency>
536536
<groupId>org.apache.maven</groupId>
537537
<artifactId>maven-core</artifactId>
538-
<version>3.9.11</version>
538+
<version>3.9.12</version>
539539
<scope>provided</scope>
540540
</dependency>
541541
<dependency>
@@ -562,7 +562,7 @@
562562
<dependency>
563563
<groupId>org.hibernate.validator</groupId>
564564
<artifactId>hibernate-validator</artifactId>
565-
<version>7.0.5.Final</version>
565+
<version>9.1.0.Final</version>
566566
<scope>test</scope>
567567
</dependency>
568568
<dependency>

0 commit comments

Comments
 (0)