Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/Java/act/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<properties>
<java.version>1.8</java.version>
<mysql.version>8.0.28</mysql.version>
<postgres-jdbc.version>42.7.2</postgres-jdbc.version>
<postgres-jdbc.version>42.7.8</postgres-jdbc.version>
<morphia.version>1.3.2</morphia.version>
<ebean-annotation.version>3.4</ebean-annotation.version>
<app.entry>com.khulnasoft.act.AppEntry</app.entry>
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Java/activeweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.20.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<jaxb.version>2.3.0</jaxb.version>
<mysql-connector-java.version>8.0.28</mysql-connector-java.version>
<mongojack.version>2.9.4</mongojack.version>
<postgres-jdbc.version>42.7.2</postgres-jdbc.version>
<postgres-jdbc.version>42.7.8</postgres-jdbc.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.1.1</maven-shade-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Java/javalin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<slf4j.version>2.0.3</slf4j.version>
<jackson.version>2.13.4</jackson.version>
<hikaricp.version>5.0.1</hikaricp.version>
<postgresql.version>42.7.2</postgresql.version>
<postgresql.version>42.7.8</postgresql.version>
<mongodb.version>4.7.2</mongodb.version>
<jte.version>2.2.3</jte.version>
<jte.version>3.1.16</jte.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/jooby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<jooby.version>3.4.0</jooby.version>
<netty.version>4.1.113.Final</netty.version>
<dsl-json.version>2.0.2</dsl-json.version>
<postgresql.version>42.7.4</postgresql.version>
<postgresql.version>42.7.7</postgresql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>22</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Java/light-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<maven.compiler.target>11</maven.compiler.target>
<version.light-4j>2.0.1</version.light-4j>
<version.logback>1.3.12</version.logback>
<version.undertow>2.3.17.Final</version.undertow>
<version.undertow>2.3.19.Final</version.undertow>
<version.hikaricp>3.3.1</version.hikaricp>
<version.mysql>8.0.28</version.mysql>
<version.postgres>42.7.2</version.postgres>
<version.postgres>42.7.8</version.postgres>
<version.dsl-json>1.8.4</version.dsl-json>
<version.mustache>0.9.6</version.mustache>
<version.maven-compiler-plugin>3.8.0</version.maven-compiler-plugin>
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Java/microhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<netty.version>4.1.108.Final</netty.version>
<netty.version>4.1.125.Final</netty.version>
<io_uring.version>0.0.21.Final</io_uring.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/ninja-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/proteus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.7</version>
</dependency>
</dependencies>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/rapidoid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.8</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/restexpress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.6.1</version>
<version>2.12.7.1</version>
<exclusions>
<exclusion>
<artifactId>com.fasterxml.jackson.core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Java/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<cache2k-version>1.2.3.Final</cache2k-version>
<jackson-version>2.13.4.2</jackson-version>
<jackson-version>2.20.0</jackson-version>
<!-- This is the default web.xml for plaintext and json only -->
<maven.war.xml>src/main/webapp/WEB-INF/web.xml</maven.war.xml>
</properties>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.8</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/smart-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.8</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/tapestry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Java/undertow-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.17.Final</version>
<version>2.3.19.Final</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions frameworks/Java/undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<maven.compiler.release>18</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hikaricp.version>5.0.1</hikaricp.version>
<jackson.version>2.13.4.2</jackson.version>
<jackson.version>2.20.0</jackson.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
<mustache.version>0.9.10</mustache.version>
<postgresql.version>42.7.2</postgresql.version>
<undertow.version>2.3.17.Final</undertow.version>
<postgresql.version>42.7.8</postgresql.version>
<undertow.version>2.3.19.Final</undertow.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/wicket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.target>11</maven.compiler.target>
<jackson.version>2.13.0</jackson.version>
<slf4j.version>1.7.25</slf4j.version>
<wicket.version>9.18.0</wicket.version>
<wicket.version>9.19.0</wicket.version>
</properties>
<dependencies>
<!-- WICKET DEPENDENCIES -->
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Kotlin/kooby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<jooby.version>3.3.0</jooby.version>
<postgresql.version>42.7.4</postgresql.version>
<postgresql.version>42.7.7</postgresql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>22</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Prolog/tuProlog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<tuprolog.version>0.18.2</tuprolog.version>
<vertx.version>4.3.8</vertx.version>
<jackson.version>2.13.4.2</jackson.version>
<vertx.version>4.5.22</vertx.version>
<jackson.version>2.20.0</jackson.version>
</properties>

<dependencies>
Expand Down
Loading