Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Oct 25, 2024
1 parent d4874aa commit 22989ec
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks.withType(JavaExec) {
}

group = "org.assimbly.gateway"
version = '5.0.0'
version = '5.0.1-SNAPSHOT'
description = "A message gateway"

apply from: "$rootDir/scripts/upgrade/upgrade.gradle"
Expand Down
Binary file modified data/bindings/activemq-bindings-1.bindings
Binary file not shown.
Binary file modified data/bindings/activemq-bindings-2.bindings
Binary file not shown.
Binary file modified data/journal/activemq-data-1.amq
Binary file not shown.
Binary file modified data/journal/activemq-data-2.amq
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ type=FULL
newVersion=0.0.0
systemProp.ASSIMBLY_ENV=test
# Dependency=
spring_boot_version=3.3.4
spring_boot_version=3.3.5
hibernate_version=6.6.1.Final
mapstruct_version=1.6.2
archunitJunit5Version=1.1.0
log4j2_mock_version=0.0.2
liquibase_version=4.29.2
liquibaseTaskPrefix=liquibase
# gradle plugin=
jib_plugin_version=3.4.3
jib_plugin_version=3.4.4
git_properties_plugin_version=2.4.2
gradle_node_plugin_version=7.0.2
liquibase_plugin_version=2.2.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway",
"version": "5.0.0",
"version": "5.0.1-SNAPSHOT",
"private": true,
"description": "A message gateway based on Apache camel",
"license": "Apache License 2.0",
Expand Down

0 comments on commit 22989ec

Please sign in to comment.