Skip to content

Commit

Permalink
update repository info
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha authored and github-actions[bot] committed Oct 12, 2024
1 parent d95e0c4 commit a343265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ Bee depends on the following products on runtime.
* [plexus-interpolation-1.26](https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-interpolation/1.26)
* [plexus-utils-4.0.0](https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-utils/4.0.0)
* [plexus-xml-4.0.1](https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-xml/4.0.1)
* [psychopath-1.13.0](https://mvnrepository.com/artifact/com.github.teletha/psychopath/1.13.0)
* [sinobu-3.14.1](https://mvnrepository.com/artifact/com.github.teletha/sinobu/3.14.1)
* [psychopath-2.0.0](https://mvnrepository.com/artifact/com.github.teletha/psychopath/2.0.0)
* [sinobu-4.0.0](https://mvnrepository.com/artifact/com.github.teletha/sinobu/4.0.0)
* [slf4j-api-2.1.0-alpha1](https://mvnrepository.com/artifact/org.slf4j/slf4j-api/2.1.0-alpha1)
<p align="right"><a href="#top">back to top</a></p>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ bee install
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.15.3</version>
<version>1.15.4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -563,7 +563,7 @@ bee install
<dependency>
<groupId>com.github.teletha</groupId>
<artifactId>psychopath</artifactId>
<version>1.13.0</version>
<version>2.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -595,7 +595,7 @@ bee install
<dependency>
<groupId>com.github.teletha</groupId>
<artifactId>sinobu</artifactId>
<version>3.14.1</version>
<version>4.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit a343265

Please sign in to comment.