Skip to content

Commit 31ed93c

Browse files
committed
updated dependencies
1 parent dee125e commit 31ed93c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Changed
5+
- Avoid unnecessary conversion to `OffsetDateTime` in `TextContent`.
46

57
## [1.1.0] - 2024-01-29
68
### Changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'distribution'
66
id 'maven-publish'
77
id 'signing'
8-
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
8+
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
99
}
1010

1111
group 'org.xmlobjects'
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
dependencies {
36-
api 'org.glassfish.jaxb:xsom:4.0.4'
36+
api 'org.glassfish.jaxb:xsom:4.0.5'
3737
api 'org.xmlobjects:classindex:3.13.0'
3838
annotationProcessor 'org.xmlobjects:classindex:3.13.0'
3939
}

0 commit comments

Comments
 (0)