We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee125e commit 31ed93cCopy full SHA for 31ed93c
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Changed
5
+- Avoid unnecessary conversion to `OffsetDateTime` in `TextContent`.
6
7
## [1.1.0] - 2024-01-29
8
### Changed
build.gradle
@@ -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'
9
}
10
11
group 'org.xmlobjects'
@@ -33,7 +33,7 @@ repositories {
33
34
35
dependencies {
36
- api 'org.glassfish.jaxb:xsom:4.0.4'
+ api 'org.glassfish.jaxb:xsom:4.0.5'
37
api 'org.xmlobjects:classindex:3.13.0'
38
annotationProcessor 'org.xmlobjects:classindex:3.13.0'
39
0 commit comments