Skip to content

Commit

Permalink
build(deps): bump org.axonframework:axon-bom from 4.8.0 to 4.8.1 (#508)
Browse files Browse the repository at this point in the history
* build(deps): bump org.axonframework:axon-bom from 4.8.0 to 4.8.1

Bumps [org.axonframework:axon-bom](https://github.com/AxonFramework/axon-bom) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/AxonFramework/axon-bom/releases)
- [Commits](AxonFramework/axon-bom@axon-4.8.0...axon-4.8.1)

---
updated-dependencies:
- dependency-name: org.axonframework:axon-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update libs.versions.toml

Signed-off-by: Henry <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Henry <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry <[email protected]>
  • Loading branch information
dependabot[bot] and henry-hub authored Aug 2, 2023
1 parent eb1a871 commit df25747
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hutool = '5.8.21'
mybatis-plus = '3.5.3.1'
mapstruct = '1.5.5.Final'
incap = '1.0.0'
fastjson2 = '2.0.38'
fastjson = '2.0.38'

[libraries]
# bom libs
Expand All @@ -14,7 +14,7 @@ spock-bom = { module = 'org.spockframework:spock-bom', version = '2.3-groovy-4.0
sa-token-bom = { module = 'cn.dev33:sa-token-bom', version = '1.35.0.RC' }
guava-bom = { module = 'com.google.guava:guava-bom', version = '32.1.2-jre' }
guice-bom = { module = 'com.google.inject:guice-bom', version = '7.0.0' }
axon-bom = { module = 'org.axonframework:axon-bom', version = '4.8.0' }
axon-bom = { module = 'org.axonframework:axon-bom', version = '4.8.1' }
spring-boot-admin-dependencies = { module = 'de.codecentric:spring-boot-admin-dependencies', version = '3.1.3' }
spring-cloud-dependencies = { module = 'org.springframework.cloud:spring-cloud-dependencies', version = '2022.0.4' }
spring-cloud-alibaba-dependencies = { module = 'com.alibaba.cloud:spring-cloud-alibaba-dependencies', version = '2022.0.0.0' }
Expand Down Expand Up @@ -80,11 +80,10 @@ pmd = { module = 'com.alibaba.p3c:p3c-pmd', version = '2.1.1' }

# other libs
hutool-all = { module = 'cn.hutool:hutool-all', version.ref = 'hutool' }
fastjson = { module = 'com.alibaba.fastjson2:fastjson2', version = 'fastjson2' }
fastjson-extension = { module = 'com.alibaba.fastjson2:fastjson2-extension', version = 'fastjson2' }
fastjson-extension-spring = { module = 'com.alibaba.fastjson2:fastjson2-extension-spring6', version = 'fastjson2' }
fastjson-kotlin = { module = 'com.alibaba.fastjson2:fastjson2-kotlin', version = 'fastjson2' }
fastjson1 = { module = 'com.alibaba:fastjson', version = 'fastjson2' }
fastjson = { module = 'com.alibaba.fastjson2:fastjson2', version = 'fastjson' }
fastjson-extension = { module = 'com.alibaba.fastjson2:fastjson2-extension', version = 'fastjson' }
fastjson-extension-spring = { module = 'com.alibaba.fastjson2:fastjson2-extension-spring6', version = 'fastjson' }
fastjson-kotlin = { module = 'com.alibaba.fastjson2:fastjson2-kotlin', version = 'fastjson' }
justauth = { module = 'me.zhyd.oauth:JustAuth', version = '1.16.5' }
auto-service = { module = 'com.google.auto.service:auto-service', version = '1.1.1' }
compile-testing = { module = 'com.google.testing.compile:compile-testing', version = '0.21.0' }
Expand All @@ -99,7 +98,7 @@ platform = [
'spring-boot-dependencies', 'quarkus-dependencies', 'springdoc-openapi-dependencies'
]
constraints = [
'hutool-all', 'fastjson', 'fastjson-extension', 'fastjson-extension-spring', 'fastjson-kotlin', 'fastjson1', 'pmd',
'hutool-all', 'fastjson', 'fastjson-extension', 'fastjson-extension-spring', 'fastjson-kotlin', 'pmd',
'spock-reports', 'mybatis-plus', 'mybatis-plus-annotation', 'mybatis-plus-core', 'mybatis-plus-extension',
'mybatis-plus-boot-starter', 'mybatis-plus-generator', 'mapstruct', 'mapstruct-processor', 'justauth'
]
Expand Down

0 comments on commit df25747

Please sign in to comment.