Skip to content

Commit

Permalink
HSEARCH-4555 Upgrade JBoss logging lib
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Jun 5, 2023
1 parent 292ee60 commit 235c7cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ updates:
update-types: ["version-update:semver-major"]
- dependency-name: "org.jberet:*"
update-types: ["version-update:semver-major"]
# Newer minors of the following artifacts are only compatible with JDK 11+,
# but we strive for JDK 8 compatibility (still).
# TODO HSEARCH-4556 / HSEARCH-4555 Remove this when making JDK 11 our baseline
- dependency-name: "org.jboss.logging:*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
# Sticking to Derby 10.14 for now since later versions require JDK 9+, and we need to test with JDK 8.
# See https://db.apache.org/derby/derby_downloads.html
- dependency-name: "org.apache.derby:*"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<!-- Main dependencies -->

<!-- >>> Common -->
<version.org.jboss.logging.jboss-logging>3.4.3.Final</version.org.jboss.logging.jboss-logging>
<version.org.jboss.logging.jboss-logging>3.5.0.Final</version.org.jboss.logging.jboss-logging>
<version.org.jboss.logging.jboss-logging-tools>2.2.1.Final</version.org.jboss.logging.jboss-logging-tools>
<javadoc.org.hibernate.search.url>https://docs.jboss.org/hibernate/search/${parsed-version.org.hibernate.search.majorVersion}.${parsed-version.org.hibernate.search.minorVersion}/api/</javadoc.org.hibernate.search.url>

Expand Down

0 comments on commit 235c7cf

Please sign in to comment.