Skip to content

Commit

Permalink
Bump org.odftoolkit:odfdom-java from 0.9.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [org.odftoolkit:odfdom-java](https://github.com/tdf/odftoolkit) from 0.9.0 to 0.12.0.
- [Release notes](https://github.com/tdf/odftoolkit/releases)
- [Changelog](https://github.com/tdf/odftoolkit/blob/master/docs/CHANGES.txt)
- [Commits](tdf/odftoolkit@v0.9.0...v0.12.0)

---
updated-dependencies:
- dependency-name: org.odftoolkit:odfdom-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 22, 2023
1 parent ec65730 commit 80407ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -339,7 +339,7 @@
<groupId>org.odftoolkit</groupId>
<artifactId>odfdom-java</artifactId>
<!-- There are later versions, but that versions need JDKs after version 8 -->
<version>0.9.0</version>
<version>0.12.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -528,7 +528,7 @@
<dependency>
<groupId>org.odftoolkit</groupId>
<artifactId>odfdom-java</artifactId>
<version>0.9.0</version>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

2 comments on commit 80407ba

@Master-Code-Programmer
Copy link
Contributor

@Master-Code-Programmer Master-Code-Programmer commented on 80407ba Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slawekjaranowski A version later than 0.9.0 won't work, since that needs at least Java 11. But I would be happy to look at it after you migrated from JDK 8 to JDK 11 or later.

If you look at https://www.oracle.com/java/technologies/java-se-support-roadmap.html you can see that Java 11 is already out of Premier Support too, if you updated I think JDK 17 should be the JDK of choice.

@slawekjaranowski
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better is comments on PR instead of specific commit 😄

Please sign in to comment.