Skip to content

Commit

Permalink
Merge pull request #37 from buession/development
Browse files Browse the repository at this point in the history
release 2.1.2
  • Loading branch information
eduosi authored Aug 25, 2022
2 parents 5f7a6b6 + d1522fd commit 0f7d419
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ Buession Parent Changelog
===========================


## [2.1.2](https://github.com/buession/buession-parent/releases/tag/v2.1.1) (2022-08-25)

### 🔨依赖升级

- [okhttp](https://square.github.io/okhttp/) 版本升级至 4.10.0
- [io.micrometer](https://github.com/micrometer-metrics/micrometer) 版本升级至 1.9.3
- [glassfish jakarta.el](https://projects.eclipse.org/projects/ee4j.el) 版本升级至 3.0.4


---


## [2.1.1](https://github.com/buession/buession-parent/releases/tag/v2.1.1) (2022-08-18)

### 🔨依赖升级
Expand All @@ -13,7 +25,7 @@ Buession Parent Changelog
- [hibernate-validator](https://github.com/hibernate/hibernate-validator) 版本升级至 6.2.4.Final


___
---


## [2.1.0](https://github.com/buession/buession-parent/releases/tag/v2.1.0) (2022-08-07)
Expand All @@ -36,7 +48,7 @@ ___
- 移除 commons-collections、commons-digester、commons-io、commons-lang、commons-logging、commons-validator 依赖定义


___
---


## [2.0.2](https://github.com/buession/buession-parent/releases/tag/v2.0.2) (2022-07-25)
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>parent</artifactId>
<url>https://github.com/buession/buession-parent</url>
<description>Buession Parent</description>
<version>2.1.1</version>
<version>2.1.2</version>
<packaging>pom</packaging>

<organization>
Expand Down Expand Up @@ -59,7 +59,7 @@
<commons.attributes.version>2.2</commons.attributes.version>
<kotlin.version>1.7.10</kotlin.version>
<mongodb.version>4.6.1</mongodb.version>
<okhttp3.version>4.9.3</okhttp3.version>
<okhttp3.version>4.10.0</okhttp3.version>
<shiro.version>1.9.1</shiro.version>
<pac4j.version>4.5.6</pac4j.version>
<velocity.tools.version>3.1</velocity.tools.version>
Expand All @@ -70,7 +70,7 @@
<fasterxml.jackson.jaxrs.version>2.13.3</fasterxml.jackson.jaxrs.version>
<fasterxml.jackson.module.version>2.13.3</fasterxml.jackson.module.version>
<codehaus.jettison.version>1.4.0</codehaus.jettison.version>
<io.micrometer.version>1.9.2</io.micrometer.version>
<io.micrometer.version>1.9.3</io.micrometer.version>
<io.dropwizard.metrics.version>4.2.11</io.dropwizard.metrics.version>
<aspectj.version>1.9.9.1</aspectj.version>
<org.bouncycastle.version>1.70</org.bouncycastle.version>
Expand Down Expand Up @@ -442,7 +442,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 0f7d419

Please sign in to comment.