Skip to content

Commit

Permalink
YKI:AKR:OTR:VKT(Backend) SNYK päivitykset 01/2024 (#637)
Browse files Browse the repository at this point in the history
* fix: upgrade io.netty:netty-resolver-dns-native-macos from 4.1.92.Final to 4.1.100.Final

Snyk has created this PR to upgrade io.netty:netty-resolver-dns-native-macos from 4.1.92.Final to 4.1.100.Final.

See this package in Maven Repository:
https://mvnrepository.com/artifact/io.netty/netty-resolver-dns-native-macos/

See this project in Snyk:
https://app.snyk.io/org/oph-snyk/project/f525afc9-8b84-41a5-b7e8-4adcd35bee76?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.14.2 to 2.15.3

Snyk has created this PR to upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.14.2 to 2.15.3.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/

See this project in Snyk:
https://app.snyk.io/org/oph-snyk/project/f525afc9-8b84-41a5-b7e8-4adcd35bee76?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade com.github.jhonnymertz:java-wkhtmltopdf-wrapper from 1.1.14-RELEASE to 1.2.0-RELEASE

Snyk has created this PR to upgrade com.github.jhonnymertz:java-wkhtmltopdf-wrapper from 1.1.14-RELEASE to 1.2.0-RELEASE.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.github.jhonnymertz/java-wkhtmltopdf-wrapper/

See this project in Snyk:
https://app.snyk.io/org/oph-snyk/project/f525afc9-8b84-41a5-b7e8-4adcd35bee76?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 4.44.0 to 4.46.0

Snyk has created this PR to upgrade net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 4.44.0 to 4.46.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/net.javacrumbs.shedlock/shedlock-provider-jdbc-template/

See this project in Snyk:
https://app.snyk.io/org/oph-snyk/project/f525afc9-8b84-41a5-b7e8-4adcd35bee76?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: backend/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3152153

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
jrkkp and snyk-bot authored Jan 22, 2024
1 parent 5fe6942 commit e8cdf05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<plugin.prettier.goal>write</plugin.prettier.goal>

<!-- openai v2 https://springdoc.org/#migrating-from-springdoc-v1 -->
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>
<springdoc-openapi.version>2.3.0</springdoc-openapi.version>
<!-- latest version for Java 17 https://github.com/lukas-krecan/ShedLock#versions -->
<shedlock.version>4.44.0</shedlock.version>
<shedlock.version>4.46.0</shedlock.version>
<poi.version>5.2.4</poi.version>
<liquibase.version>4.24.0</liquibase.version>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions backend/vkt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.jhonnymertz</groupId>
<artifactId>java-wkhtmltopdf-wrapper</artifactId>
<version>1.1.14-RELEASE</version>
<version>1.2.0-RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.14.2</version>
<version>2.15.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<version>4.1.92.Final</version>
<version>4.1.100.Final</version>
<classifier>osx-aarch_64</classifier>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit e8cdf05

Please sign in to comment.