Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jul 15, 2024
1 parent dee125e commit 31ed93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Avoid unnecessary conversion to `OffsetDateTime` in `TextContent`.

## [1.1.0] - 2024-01-29
### Changed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'distribution'
id 'maven-publish'
id 'signing'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
}

group 'org.xmlobjects'
Expand Down Expand Up @@ -33,7 +33,7 @@ repositories {
}

dependencies {
api 'org.glassfish.jaxb:xsom:4.0.4'
api 'org.glassfish.jaxb:xsom:4.0.5'
api 'org.xmlobjects:classindex:3.13.0'
annotationProcessor 'org.xmlobjects:classindex:3.13.0'
}
Expand Down

0 comments on commit 31ed93c

Please sign in to comment.