Skip to content

Commit

Permalink
Release 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Sep 4, 2023
1 parent a6459ec commit 1174e5b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

# [Unreleased - 2.2.12-SNAPSHOT]
# [2.2.12]
## Changed
### Dependencies
- Bump Netty from `4.1.95.Final` to `4.1.97.Final` (https://github.com/valfirst/browserup-proxy/pull/258, https://github.com/valfirst/browserup-proxy/pull/264)
- Bump Bouncy Castle from `1.75` to `1.76` (https://github.com/valfirst/browserup-proxy/pull/256)
- Bump Apache Commons Lang from `3.12.0` to `3.13.0` (https://github.com/valfirst/browserup-proxy/pull/257)
- Bump Guava from `32.1.1-jre` to `32.1.2-jre` (https://github.com/valfirst/browserup-proxy/pull/260)
- Bump Selenium from `4.10.0` to `4.11.0` (https://github.com/valfirst/browserup-proxy/pull/259)

# [2.2.11]
## Changed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To use BrowserUp Proxy in your tests or application, add the `browserup-proxy-co
<dependency>
<groupId>com.github.valfirst.browserup-proxy</groupId>
<artifactId>browserup-proxy-core</artifactId>
<version>2.2.11</version>
<version>2.2.12</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -369,13 +369,13 @@ When you build the latest code from source, you'll have access to the latest sna
<dependency>
<groupId>com.github.valfirst.browserup-proxy</groupId>
<artifactId>browserup-proxy-core</artifactId>
<version>2.2.12-SNAPSHOT</version>
<version>2.2.12</version>
<scope>test</scope>
</dependency>
```

Or for gradle:

```gradle
testImplementation 'com.browserup:browserup-proxy-core:2.2.12-SNAPSHOT'
testImplementation 'com.browserup:browserup-proxy-core:2.2.12'
```
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.12-SNAPSHOT
2.2.12
2 changes: 1 addition & 1 deletion browserup-proxy-mitm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use MITM with standalone LittleProxy, add a dependency on the `mitm` module i
<dependency>
<groupId>com.github.valfirst.browserup-proxy</groupId>
<artifactId>browserup-proxy-mitm</artifactId>
<version>2.2.11</version>
<version>2.2.12</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subprojects {
apply plugin: 'signing'

group = 'com.github.valfirst.browserup-proxy'
version = '2.2.12-SNAPSHOT'
version = '2.2.12'

sourceCompatibility=1.8

Expand Down

0 comments on commit 1174e5b

Please sign in to comment.