Skip to content

Commit

Permalink
Upgraded kotlinx-html-jvm from 0.7.2 to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Sep 10, 2024
1 parent b8dab4b commit f61d74c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Upgraded project reactor from 3.6.7 to 3.6.9
* Upgraded spring-boot from 3.3.1 to 3.3.3
* Upgraded spring-data-mongodb from 4.3.1 to 4.3.3
* Upgraded kotlinx-html-jvm from 0.7.2 to 0.11.0

### 0.19.1 (2024-07-04)
* Ignoring NoSuchBeanDefinitionException when getting the springApplicationAdminRegistrar bean when working around https://github.com/spring-projects/spring-framework/issues/32904
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-html-jvm</artifactId>
<version>0.7.2</version>
<version>0.11.0</version>
</dependency>

<!-- Test -->
Expand Down Expand Up @@ -162,5 +162,10 @@
<name>jcenter</name>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>maven_central</id>
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>
</project>

0 comments on commit f61d74c

Please sign in to comment.