You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
pjgg
changed the title
jdbi3-sqlobject:3.30.0 is throwing a runtimeClasspath error at compile time
jdbi3-sqlobject:3.30.0 throws a runtimeClasspath error at compile time
Mar 28, 2023
Expected Behavior
I would expect that the dependency
jdbi3-sqlobject
that comes from Micronaut BOM didn´t throw any classpath error.The workaround could be overwrites the version that comes from the BOM with
implementation("org.jdbi:jdbi3-sqlobject:3.37.1")
Actual Behaviour
Given an application with the following dependencies:
I am getting the following error:
Looks like the
jdbi3-sqlobject
BOM version is not updated.Steps To Reproduce
Just create an app with the following dependencies:
and launch your app
gradle run
Environment Information
openjdk 17.0.5 2022-10-18
Fedora 37
Example Application
No response
Version
3.7.4
The text was updated successfully, but these errors were encountered: