Skip to content

Commit

Permalink
build(deps): bump com.alibaba.fastjson2:fastjson2 from 2.0.29 to 2.0.…
Browse files Browse the repository at this point in the history
…30 in /ihub-dependencies (#430)

* build(deps): bump com.alibaba.fastjson2:fastjson2 in /ihub-dependencies

Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.29 to 2.0.30.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.29...2.0.30)

---
updated-dependencies:
- dependency-name: com.alibaba.fastjson2:fastjson2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update settings.gradle

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 May 6, 2023
1 parent e9f664c commit 91de80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ihub-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// 配置组件版本
constraints {
api rootProject
api 'com.alibaba.fastjson2:fastjson2:2.0.29',
api 'com.alibaba.fastjson2:fastjson2:2.0.30',
'com.alibaba.p3c:p3c-pmd:2.1.1',
"com.baomidou:mybatis-plus:${libs.versions.mybatis.plus.get()}",
"com.baomidou:mybatis-plus-annotation:${libs.versions.mybatis.plus.get()}",
Expand Down
13 changes: 1 addition & 12 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven {
name 'Snapshot Repo'
url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
}
}
}

plugins {
id 'pub.ihub.plugin.ihub-settings' version '1.3.2-m2'
id 'pub.ihub.plugin.ihub-settings' version '1.3.2-m3'
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 91de80d

Please sign in to comment.