Skip to content

Commit 1c8ce22

Browse files
committed
version 1.3.3: update ezyfox and jetty versions
1 parent 3bb41b4 commit 1c8ce22

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

ezyhttp-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010

1111
<artifactId>ezyhttp-client</artifactId>

ezyhttp-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010

1111
<artifactId>ezyhttp-core</artifactId>

ezyhttp-server-boot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010

1111
<artifactId>ezyhttp-server-boot</artifactId>

ezyhttp-server-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010

1111
<artifactId>ezyhttp-server-core</artifactId>

ezyhttp-server-graphql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010
<artifactId>ezyhttp-server-graphql</artifactId>
1111

ezyhttp-server-jetty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010

1111
<artifactId>ezyhttp-server-jetty</artifactId>

ezyhttp-server-management/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010
<artifactId>ezyhttp-server-management</artifactId>
1111
<name>ezyhttp-server-management</name>

ezyhttp-server-thymeleaf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010
<artifactId>ezyhttp-server-thymeleaf</artifactId>
1111

ezyhttp-server-tomcat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyhttp</artifactId>
8-
<version>1.3.2</version>
8+
<version>1.3.3</version>
99
</parent>
1010

1111
<artifactId>ezyhttp-server-tomcat</artifactId>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.0.6</version>
1010
</parent>
1111
<artifactId>ezyhttp</artifactId>
12-
<version>1.3.2</version>
12+
<version>1.3.3</version>
1313
<packaging>pom</packaging>
1414

1515
<name>ezyhttp</name>
@@ -64,9 +64,9 @@
6464
</developers>
6565

6666
<properties>
67-
<ezy.version>1.2.8</ezy.version>
67+
<ezy.version>1.2.9</ezy.version>
6868
<javax.servlet.version>4.0.1</javax.servlet.version>
69-
<jetty.version>9.4.50.v20221201</jetty.version>
69+
<jetty.version>9.4.56.v20240826</jetty.version>
7070
<tomcat.version>8.5.85</tomcat.version>
7171
<thymeleaf.version>3.1.2.RELEASE</thymeleaf.version>
7272
<layout.dialect.version>3.2.0</layout.dialect.version>

0 commit comments

Comments
 (0)