|
34 | 34 | <!-- data --> |
35 | 35 | <HikariCP.version>6.2.1</HikariCP.version> |
36 | 36 | <log4jdbc.version>1.2</log4jdbc.version> |
37 | | - <hibernate.version>6.6.7.Final</hibernate.version> |
| 37 | + <hibernate.version>6.6.8.Final</hibernate.version> |
38 | 38 | <ebean.version>15.9.0</ebean.version> |
39 | 39 | <jdbi.version>3.48.0</jdbi.version> |
40 | 40 | <flyway.version>9.22.3</flyway.version> |
|
93 | 93 | <!-- Misc --> |
94 | 94 | <okhttp.version>4.12.0</okhttp.version> |
95 | 95 | <jsonwebtoken.version>0.12.6</jsonwebtoken.version> |
96 | | - <pac4j.version>6.1.0</pac4j.version> |
| 96 | + <pac4j.version>6.1.1</pac4j.version> |
97 | 97 | <quartz.version>2.5.0</quartz.version> |
98 | 98 | <cron-utils.version>9.2.1</cron-utils.version> |
99 | 99 | <bucket4j-core.version>8.0.1</bucket4j-core.version> |
|
116 | 116 | <mockito.version>5.15.2</mockito.version> |
117 | 117 | <guava.version>33.4.0-jre</guava.version> |
118 | 118 |
|
119 | | - <auto-service.version>1.1.1</auto-service.version> |
120 | 119 | <compile-testing.version>0.21.0</compile-testing.version> |
121 | 120 | <truth.version>1.4.4</truth.version> |
122 | 121 |
|
|
239 | 238 | <type>pom</type> |
240 | 239 | <scope>import</scope> |
241 | 240 | </dependency> |
242 | | - <!-- https://mvnrepository.com/artifact/org.apache.camel/camel-bom --> |
243 | 241 | <dependency> |
244 | 242 | <groupId>org.apache.camel</groupId> |
245 | 243 | <artifactId>camel-bom</artifactId> |
|
971 | 969 | <version>${jetty.version}</version> |
972 | 970 | </dependency> |
973 | 971 |
|
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 | | - |
1011 | 972 | <dependency> |
1012 | 973 | <groupId>io.rest-assured</groupId> |
1013 | 974 | <artifactId>rest-assured</artifactId> |
|
1028 | 989 | <version>${guice.version}</version> |
1029 | 990 | </dependency> |
1030 | 991 |
|
1031 | | - <!-- https://mvnrepository.com/artifact/com.github.vladimir-bukhtoyarov/bucket4j-core --> |
1032 | 992 | <dependency> |
1033 | 993 | <groupId>com.github.vladimir-bukhtoyarov</groupId> |
1034 | 994 | <artifactId>bucket4j-core</artifactId> |
|
1073 | 1033 | <version>${rocker.version}</version> |
1074 | 1034 | </dependency> |
1075 | 1035 |
|
1076 | | - <!-- jfiglet --> |
1077 | | - <dependency> |
1078 | | - <groupId>com.github.lalyos</groupId> |
1079 | | - <artifactId>jfiglet</artifactId> |
1080 | | - <version>${jfiglet.version}</version> |
1081 | | - </dependency> |
1082 | | - |
1083 | 1036 | <!-- metrics --> |
1084 | 1037 | <dependency> |
1085 | 1038 | <groupId>io.dropwizard.metrics</groupId> |
|
1113 | 1066 | <version>${jboss-modules.version}</version> |
1114 | 1067 | </dependency> |
1115 | 1068 |
|
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 | | - |
1123 | 1069 | <dependency> |
1124 | 1070 | <groupId>com.google.testing.compile</groupId> |
1125 | 1071 | <artifactId>compile-testing</artifactId> |
|
0 commit comments