Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michieltjampens committed Jul 27, 2024
1 parent 6a6b6ab commit 4ddc704
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ Note: Version numbering: x.y.z
- Writing to db stopped for some reason for a store in i2c without any error messages etc
- Might be caused by reloading store because this isn't propagated to db's.

## 2.12.0
## 2.12.0 (28/07/2024)

### Updated dependencies
- Netty 4.1.111->4.1.112
- Ppache commons 3.14.0 -> 3.15.0
- MSSQL 12.6.2.jre11 -> 12.6.3.jre11

### Minor changes
- Telnet, rtvals cmd now has alternating color for the val listing
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,33 +100,33 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.111.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.111.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.111.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.111.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.111.Final</version>
<version>4.1.112.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.6.2.jre11</version>
<version>12.6.3.jre11</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
<dependency>
Expand Down Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client -->
<dependency>
Expand Down

0 comments on commit 4ddc704

Please sign in to comment.