Skip to content

Commit 31196b9

Browse files
committed
build: pom cleanup + version bump
1 parent 4694385 commit 31196b9

File tree

2 files changed

+2
-57
lines changed

2 files changed

+2
-57
lines changed

modules/jooby-redis/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<dependency>
4444
<groupId>io.lettuce</groupId>
4545
<artifactId>lettuce-core</artifactId>
46-
<version>6.5.3.RELEASE</version>
4746
</dependency>
4847

4948
<!-- Test dependencies -->

pom.xml

Lines changed: 2 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- data -->
3535
<HikariCP.version>6.2.1</HikariCP.version>
3636
<log4jdbc.version>1.2</log4jdbc.version>
37-
<hibernate.version>6.6.7.Final</hibernate.version>
37+
<hibernate.version>6.6.8.Final</hibernate.version>
3838
<ebean.version>15.9.0</ebean.version>
3939
<jdbi.version>3.48.0</jdbi.version>
4040
<flyway.version>9.22.3</flyway.version>
@@ -93,7 +93,7 @@
9393
<!-- Misc -->
9494
<okhttp.version>4.12.0</okhttp.version>
9595
<jsonwebtoken.version>0.12.6</jsonwebtoken.version>
96-
<pac4j.version>6.1.0</pac4j.version>
96+
<pac4j.version>6.1.1</pac4j.version>
9797
<quartz.version>2.5.0</quartz.version>
9898
<cron-utils.version>9.2.1</cron-utils.version>
9999
<bucket4j-core.version>8.0.1</bucket4j-core.version>
@@ -116,7 +116,6 @@
116116
<mockito.version>5.15.2</mockito.version>
117117
<guava.version>33.4.0-jre</guava.version>
118118

119-
<auto-service.version>1.1.1</auto-service.version>
120119
<compile-testing.version>0.21.0</compile-testing.version>
121120
<truth.version>1.4.4</truth.version>
122121

@@ -239,7 +238,6 @@
239238
<type>pom</type>
240239
<scope>import</scope>
241240
</dependency>
242-
<!-- https://mvnrepository.com/artifact/org.apache.camel/camel-bom -->
243241
<dependency>
244242
<groupId>org.apache.camel</groupId>
245243
<artifactId>camel-bom</artifactId>
@@ -971,43 +969,6 @@
971969
<version>${jetty.version}</version>
972970
</dependency>
973971

974-
<!-- Netty -->
975-
<dependency>
976-
<groupId>io.netty</groupId>
977-
<artifactId>netty-common</artifactId>
978-
<version>${netty.version}</version>
979-
</dependency>
980-
981-
<dependency>
982-
<groupId>io.netty</groupId>
983-
<artifactId>netty-buffer</artifactId>
984-
<version>${netty.version}</version>
985-
</dependency>
986-
987-
<dependency>
988-
<groupId>io.netty</groupId>
989-
<artifactId>netty-handler</artifactId>
990-
<version>${netty.version}</version>
991-
</dependency>
992-
993-
<dependency>
994-
<groupId>io.netty</groupId>
995-
<artifactId>netty-transport</artifactId>
996-
<version>${netty.version}</version>
997-
</dependency>
998-
999-
<dependency>
1000-
<groupId>io.netty</groupId>
1001-
<artifactId>netty-transport-native-epoll</artifactId>
1002-
<version>${netty.version}</version>
1003-
</dependency>
1004-
1005-
<dependency>
1006-
<groupId>io.netty</groupId>
1007-
<artifactId>netty-codec-http</artifactId>
1008-
<version>${netty.version}</version>
1009-
</dependency>
1010-
1011972
<dependency>
1012973
<groupId>io.rest-assured</groupId>
1013974
<artifactId>rest-assured</artifactId>
@@ -1028,7 +989,6 @@
1028989
<version>${guice.version}</version>
1029990
</dependency>
1030991

1031-
<!-- https://mvnrepository.com/artifact/com.github.vladimir-bukhtoyarov/bucket4j-core -->
1032992
<dependency>
1033993
<groupId>com.github.vladimir-bukhtoyarov</groupId>
1034994
<artifactId>bucket4j-core</artifactId>
@@ -1073,13 +1033,6 @@
10731033
<version>${rocker.version}</version>
10741034
</dependency>
10751035

1076-
<!-- jfiglet -->
1077-
<dependency>
1078-
<groupId>com.github.lalyos</groupId>
1079-
<artifactId>jfiglet</artifactId>
1080-
<version>${jfiglet.version}</version>
1081-
</dependency>
1082-
10831036
<!-- metrics -->
10841037
<dependency>
10851038
<groupId>io.dropwizard.metrics</groupId>
@@ -1113,13 +1066,6 @@
11131066
<version>${jboss-modules.version}</version>
11141067
</dependency>
11151068

1116-
<!-- auto-service -->
1117-
<dependency>
1118-
<groupId>com.google.auto.service</groupId>
1119-
<artifactId>auto-service</artifactId>
1120-
<version>${auto-service.version}</version>
1121-
</dependency>
1122-
11231069
<dependency>
11241070
<groupId>com.google.testing.compile</groupId>
11251071
<artifactId>compile-testing</artifactId>

0 commit comments

Comments
 (0)