Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/OPHKIOS-91_further-deps-upgr…
Browse files Browse the repository at this point in the history
…ades' into merge-VKT-updates
  • Loading branch information
pkoivisto committed Sep 5, 2024
2 parents 73b7177 + 1a001a1 commit f8278fa
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 103 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- latest version for Java 17 https://github.com/lukas-krecan/ShedLock#versions -->
<shedlock.version>4.47.0</shedlock.version>
<poi.version>5.3.0</poi.version>
<liquibase.version>4.27.0</liquibase.version>
<liquibase.version>4.29.1</liquibase.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions backend/vkt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.github.jhonnymertz</groupId>
<artifactId>java-wkhtmltopdf-wrapper</artifactId>
<version>1.2.0-RELEASE</version>
<version>1.3.1-RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
Expand All @@ -41,17 +41,17 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.3</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.0</version>
<version>6.7.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<version>4.1.100.Final</version>
<version>4.1.112.Final</version>
<classifier>osx-aarch_64</classifier>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"stylelint-webpack-plugin": "^4.1.1",
"ts-unused-exports": "^10.0.1",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
Expand Down
Loading

0 comments on commit f8278fa

Please sign in to comment.