[dev work] update packages versions #86
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
this pr closes #52 closes #73 closes #74 closes #79 closes #81 closes #82
org.apache.maven.plugins:maven-source-plugin
,1.0.0-SNAPSHOT
>>1.0.0
org.apache.maven.plugins:maven-compiler-plugin
,3.5.1
>>3.13.0
org.apache.maven.plugins:maven-javadoc-plugin
,>>
org.junit.jupiter:junit-jupiter-engine
,5.8.2
>>5.11.3
org.junit.platform:junit-platform-engine
,1.8.2
>>1.11.3
org.junit.platform:junit-platform-suite
,1.8.2
>>1.11.3
com.google.guava:guava
,25.0-jre
>>33.3.1-jre
com.google.code.gson:gson
,2.3.1
>>2.11.0
org.assertj:assertj-core
,3.4.1
>>3.26.3
org.junit.jupiter:junit-jupiter-api
,5.10.2
>>5.11.3
org.junit.platform:junit-platform-suite-api
,1.8.0
>>1.11.3
org.slf4j:slf4j-api
,1.7.5
>>2.0.16
org.slf4j:slf4j-simple
,1.6.4
>>2.0.16
org.ikasan:bigqueue
,1.0.0-SNAPSHOT
>>1.0.0
org.eclipse.jetty:jetty-server
,9.4.48.v20220622
>>9.4.56.v20240826
12.x
, but it requires some changes in the code, so should be done as part of a separate pr (I opened us an internal task for it)pom.xml
to available team contactWhat type of PR is this?
(check all applicable)
Added tests?