Skip to content

Commit 09a63d4

Browse files
committed
2 parents 8d543cd + 5fa09ce commit 09a63d4

File tree

14 files changed

+82
-38
lines changed

14 files changed

+82
-38
lines changed

frameworks/Java/spring-webflux/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.springframework</groupId>
105105
<artifactId>spring-context</artifactId>
106-
<version>5.2.0.M2</version>
106+
<version>5.2.22.BUILD-SNAPSHOT</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.springframework</groupId>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>org.springframework</groupId>
115115
<artifactId>spring-beans</artifactId>
116-
<version>5.2.21.BUILD-SNAPSHOT</version>
116+
<version>5.2.22.BUILD-SNAPSHOT</version>
117117
</dependency>
118118
<!-- End of 2.2.0.M1 and 2.2.0.M2 dependency preparations -->
119119
</dependencies>

frameworks/JavaScript/hono/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/JavaScript/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@hono/node-server": "^1.3.1",
3+
"@hono/node-server": "^1.4.1",
44
"hono": "^3.10.4",
55
"postgres": "^3.4.3"
66
},

frameworks/Python/api_hour/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.9.0
1+
aiohttp==3.9.2
22
-e git+https://github.com/Eyepea/aiohttp_jinja2.git@c9675e5c1e1ee7741b30aea8d8fbffcde016c7a0#egg=aiohttp_jinja2-master
33
aiopg==0.7.0
44
-e git+https://github.com/Eyepea/API-Hour.git@577abbdcbb8cc2810dad46e260b338b15db4d0e3#egg=api_hour-master
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
fastapi==0.92.0
1+
fastapi==0.109.1
22
git+https://github.com/cirospaciari/socketify.py.git@main#socketify
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
orjson==3.8.7
2-
fastapi==0.92.0
2+
fastapi==0.109.1
33
git+https://github.com/cirospaciari/socketify.py.git@main#socketify
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
asyncpg==0.27.0
2-
fastapi==0.93.0
2+
fastapi==0.109.1
33
Jinja2==3.1.3
44
ujson==5.7.0

frameworks/Python/starlette/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Jinja2==3.1.3
66
MarkupSafe==2.1.1
77
python-dotenv==0.20.0
88
PyYAML==6.0
9-
starlette==0.27.0
9+
starlette==0.36.2
1010
uvicorn==0.20.0
1111
uvloop==0.17.0

frameworks/Ruby/rails/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
net-smtp
103103
marcel (1.0.2)
104104
mini_mime (1.1.5)
105-
mini_portile2 (2.8.4)
105+
mini_portile2 (2.8.5)
106106
minitest (5.20.0)
107107
mutex_m (0.1.2)
108108
net-imap (0.4.0)
@@ -115,20 +115,20 @@ GEM
115115
net-smtp (0.4.0)
116116
net-protocol
117117
nio4r (2.7.0)
118-
nokogiri (1.15.4)
118+
nokogiri (1.16.2)
119119
mini_portile2 (~> 2.8.2)
120120
racc (~> 1.4)
121-
nokogiri (1.15.4-arm64-darwin)
121+
nokogiri (1.16.2-arm64-darwin)
122122
racc (~> 1.4)
123-
nokogiri (1.15.4-x86_64-linux)
123+
nokogiri (1.16.2-x86_64-linux)
124124
racc (~> 1.4)
125125
oj (3.16.1)
126126
pg (1.5.4)
127127
psych (5.1.0)
128128
stringio
129129
puma (6.4.2)
130130
nio4r (~> 2.0)
131-
racc (1.7.1)
131+
racc (1.7.3)
132132
rack (3.0.8)
133133
rack-session (2.0.0)
134134
rack (>= 3.0.0)

frameworks/Rust/actix/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)