Skip to content

Commit

Permalink
Merge branch 'master' into update-diff-20231221071746
Browse files Browse the repository at this point in the history
  • Loading branch information
habara-k authored Dec 25, 2023
2 parents 6ec6a94 + 52140cd commit 30535d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -126,7 +126,7 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openapi-generator-version>7.1.0</openapi-generator-version>
<openapi-generator-version>7.2.0</openapi-generator-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.13.2</junit-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sphinx>=2
sphinx_rtd_theme
pypandoc
twine
black==23.12.0
black==23.12.1

0 comments on commit 30535d5

Please sign in to comment.