Skip to content

Commit f632b8c

Browse files
committed
Update the version for dependencies
1 parent d9324f3 commit f632b8c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bin/dispatcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22
ROOT="$(pwd)"
3-
VERSION="1.7.12"
3+
VERSION="1.7.19"
44
cd "$(dirname "$0")" || exit
55
cd "../"
66
# Navigate to the root directory

bin/dispatcher.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
set "MAVEN_REPO=%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct"
2020
@REM Consolidate classpath entries, initialize ROOT and VERSION
2121
set "ROOT=%~dp0.."
22-
set "VERSION=1.7.12"
22+
set "VERSION=1.7.19"
2323

2424
@REM Define the paths for tinystruct jars in the Maven repository
2525
set "DEFAULT_JAR_FILE=%MAVEN_REPO%\%VERSION%\tinystruct-%VERSION%.jar"

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
<dependency>
2020
<groupId>org.tinystruct</groupId>
2121
<artifactId>tinystruct</artifactId>
22-
<version>1.7.12</version>
22+
<version>1.7.19</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.tinystruct</groupId>
2626
<artifactId>tinystruct-tomcat-server</artifactId>
27-
<version>1.0.4</version>
27+
<version>1.0.7</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.tinystruct</groupId>
3131
<artifactId>tinystruct-netty-http-server</artifactId>
32-
<version>1.0.4</version>
32+
<version>1.1.0</version>
3333
</dependency>
3434
<!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy -->
3535
<dependency>

0 commit comments

Comments
 (0)